c687f8
@@ -142,7 +142,7 @@
public class SplitLogManager extends ZooKeeperListener {
         try {
           HLogSplitter.finishSplitLogFile(logfile, conf);
         } catch (IOException e) {
-          LOG.warn("Could not finish splitting of log file " + logfile);
+          LOG.warn("Could not finish splitting of log file " + logfile, e);
           return Status.ERR;
         }
         return Status.DONE;
